home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
dtm
/
test33.gl
< prev
next >
Wrap
Text File
|
1991-06-18
|
318b
|
19 lines
Basetype E;
Atom
tlatch :- E & E => E,
not :- E => E;
Def
NMos_dynlatch :- E & E => E;
NMos_dynlatch [sense, d] = not (tlatch [sense, d]);
Def
NMos_div2 :- E & E => E;
NMos_div2 [phi1, phi2] = o
where
o = not z;
z = NMos_dynlatch [phi2, y];
y = NMos_dynlatch [phi1, o];
endwhere